Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table gcp_compute_instance_metric_cpu_utilization_hourly. closes #253 #255

Merged
merged 9 commits into from
Jun 30, 2021

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Jun 28, 2021

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results

Basic Info

select
  instance_id,
  timestamp,
  minimum,
  maximum,
  average,
  sample_count
from
  gcp_compute_instance_metric_cpu_utilization_hourly
order by
  instance_id,
  timestamp;
+---------------+----------------------+-----------------------+----------------------+----------------------+--------------+
| instance_id   | timestamp            | minimum               | maximum              | average              | sample_count |
+---------------+----------------------+-----------------------+----------------------+----------------------+--------------+
| instance-test | 2021-06-28T06:02:00Z | 0.005121070964497202  | 0.24777208183347602  | 0.014174902772111328 | 57           |
| instance-test | 2021-06-28T07:02:00Z | 0.005063419170677719  | 0.08790716036835194  | 0.007851261069476522 | 60           |
| instance-test | 2021-06-28T08:02:00Z | 0.0050000037098908955 | 0.006793487527938187 | 0.005506921943206387 | 60           |
+---------------+----------------------+-----------------------+----------------------+----------------------+--------------+

@ParthaI ParthaI requested a review from Subhajit97 June 28, 2021 08:06
@ParthaI ParthaI linked an issue Jun 28, 2021 that may be closed by this pull request
@ParthaI ParthaI self-assigned this Jun 28, 2021
@Subhajit97 Subhajit97 requested a review from rajlearner17 June 29, 2021 12:08
Copy link

@rajlearner17 rajlearner17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Subhajit97 Subhajit97 requested a review from cbruno10 June 30, 2021 05:17
@cbruno10 cbruno10 merged commit 25c4ac3 into main Jun 30, 2021
@cbruno10 cbruno10 deleted the issue-253 branch June 30, 2021 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add table gcp_compute_instance_metric_cpu_utilization_hourly
4 participants